home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / utils1 / catt594.zip / CATT.DOC < prev    next >
Text File  |  1992-01-01  |  7KB  |  212 lines

  1.     CATT / ZCOLOR / MAGIK / ZEDITT are copyright by CASTLEsoft Boston.
  2.  
  3.                             Copyright 1989-1993
  4.  
  5.            CATT / ZCOLOR / MAGIK / ZEDITT are written in ZBASIC
  6.  
  7.       and portions  of  the code are copyright by 32Bit Software, Tx.
  8.  
  9.  
  10.  
  11. CATT  is  a transparent program that both saves disk space,  and  organizes
  12.  
  13. your computer interface. It's main function is to automate batch files  and
  14.  
  15. save the hard disk space they use. Batch (BAT) files are nothing more  than
  16.  
  17. lists  of commands. You use a BAT file when there is a series  of  commands
  18.  
  19. you  find yourself repeating often. Each file you write, no matter how  few
  20.  
  21. bytes,  takes a fixed amount of disk space. Typically this is  2048k  (even
  22.  
  23. for 20 bytes). If you use a lots of BAT files, you use up a lot of  'empty'
  24.  
  25. disk  room. CATT puts all those BAT files into 1 ASCII file, and runs  them
  26.  
  27. from this file. There is a built-in editor for this file (Z.FLS). Each  bat
  28.  
  29. command has a name, and those names may be listed sorted, or in order  they
  30.  
  31. were  entered.  CATT is transparent, and any command CATT doesn't  find  in
  32.  
  33. it's  own  list, is passed to DOS. Commands (Dos or CATT commands)  may  be
  34.  
  35. recalled  via left/right arrows. CATT is =f=a=s=t and you will not see  any
  36.  
  37. loss  of  speed  when using CATT. CATT has  mouse  support  for  left/right
  38.  
  39. buttons.  Press either mouse button and the list of CATT commands  will  be
  40.  
  41. listed (sorted). Use the left button to execute a command, the right button
  42.  
  43. to list the contents of the command. The execute button will also execute a
  44.  
  45. program in a directory on your screen.
  46.  
  47.      Included are ZCOLOR, ZEDITT, and MAGIK. Zcolor sets menu bar /  screen
  48.  
  49. colors, as well as the COMport for Magik. Zeditt is a very simple text file
  50.  
  51. (ASCII)  viewer  /  line editor. Magik is a dialer which  keeps  a  compact
  52.  
  53. database of numbers. (see separate DOC for Magik)
  54.  
  55.                                    CATT
  56.  
  57.      CATT is loaded from the DOS prompt by typing KITTY. I suggest you  put
  58.  
  59. KITTY  as  the last line of your AUTOEXEC.BAT. I  have  extensively  tested
  60.  
  61. CATT, and it is my normal computer interface, at home and work. I use  many
  62.  
  63. programs,  including  FAX, Telecom, Word Processing,  Paint  programs,  and
  64.  
  65. Windows  and have found none that caused a crash or any other problem.  (I
  66.  
  67. am  using  DrDos-6, SSTOR (HD compression), EMM386, PCKwik cache,   w/  TWO
  68.  
  69. scanner  drivers,  mouse, 2 comports and more on the  desktop.  The  486slc
  70.  
  71. notebook has all but the scanner drivers, and has only 1 faxmodem).
  72.  
  73.      When  CATT is loaded, you will have a 'menu bar' with the current  DIR
  74.  
  75. shown on the left. EXAMPLE:
  76.  
  77. C:\TEXT      CATT 93       (C)1987-93 CASTLEsoft Boston      F1 for HELP
  78. >>>
  79.      The  cursor will be after >>> and there you type any command.  If  the
  80.  
  81. command  is a CATT command it will run the bat-command in Z.FLS  which  has
  82.  
  83. that name. If it is a Dos command, it will be passed to the Dos prompt  and
  84.  
  85. executed. Left/right arrows will recall commands, up to 8 are stored (after
  86.  
  87. which  the 1st one is lost as you enter new ones). <F1> will bring  up  the
  88.  
  89. HELP  screen  for CATT. Press [Enter] and the list of Z.FLS will  be  shown
  90.  
  91. sorted  alphabetically.  Enter '/z' and the list will be displayed  in  the
  92.  
  93. original  order they were entered. '? name'  will show the contents of  the
  94.  
  95. bat-command that is entered as 'name'.
  96.  
  97.      Enter  '/ed'  to get the CATT editor. You can  <A>dd  <D>elete  <E>dit
  98.  
  99. (modify)  your commands in the list. Also included is <C>reate, for  a  new
  100.  
  101. Z.FLS, in case you want to start over for some reason. <C>reate will  empty
  102.  
  103. Z.FLS.  For  your protection, CATT keeps two backups of  Z.FLS  (Z.BAK  and
  104.  
  105. Z.BKK).  Press the letter (a d e q (quit) to get a function. 'a d  e'  will
  106.  
  107. ask  for  a  name. If you press [Enter] on the blank line  it  aborts  that
  108.  
  109. function.  After you enter the name, the <A>dd function will  accept  lines
  110.  
  111. until you enter 'END' to finish the bat. You enter the list of commands you
  112.  
  113. wish to execute when you  enter the name of this CAT bat. example:
  114.  
  115. pro             (name of bat)
  116. c:              (change to drive C:)
  117. cd\procomm      (change to proper directory)
  118. procomm         (run the program)
  119. cd\dwn          (change  to  your download  directory  when  you  exit Procomm)
  120. dir/w           (list the files in the download directory)
  121. END             (finish the bat)
  122.  
  123. Then  you may <S>ave or <Q>uit (in case you misstyped). When you  <E>dit  a
  124.  
  125. CATT bat, you re-type any line you wish to change as it is displayed. Even
  126.  
  127. the  bat-name  can be changed this way. Press [Enter] on a  blank  line  to
  128.  
  129. accept the old command unchanged. To insert a NEW line, begin the line with
  130.  
  131. '+'  sign.  (ie: +newcommand). The line will be inserted in  front  of  the
  132.  
  133. present  line.  When you press enter to accept the line, it will  show  the
  134.  
  135. line  you have just typed, and then the line that it was inserted in  front
  136.  
  137. of. To delete a line, just put '-' sign and press enter.
  138.  
  139.      You  may  use parameters in CATT much like a normal BAT file.  A  very
  140.  
  141. simple example might be one to copy all the files using XCOPY.
  142.  
  143. xc                     (name of bat, must be lower case)
  144. xcopy %1 %2
  145. END                    (all CATT entries end with END, UPPERCASE)
  146.  
  147. Then  typing  'xc a: b:'  would  be the same as typing 'xcopy a:  b:'  CATT
  148.  
  149. will accept several parameters on one line. Parameters on the command  line
  150.  
  151. may be used in any order in the bat file, just like a Dos Bat file. A  CATT
  152.  
  153. command name may be from 1-8 chars. There may by up to 200 commands, of  an
  154.  
  155. 'average' length of 20 bytes (per bat file) (up to 4,000 bytes total). When
  156.  
  157. you do a list of commands, it will also tell you how many commands you have
  158.  
  159. entered.  When  you 'Edit' CATT, you will be told how may lines  have  been
  160.  
  161. used.  Included in Z.FLS is the command 'zl' which will list Z.FLS  so  you
  162.  
  163. can  see how many bytes are used. You can see several examples of  commands
  164.  
  165. in  the included Z.FLS. CATT does not recognize BAT file commands  and  you
  166.  
  167. just  use dos commands, programs in the bat files. But you can call  a  Dos
  168.  
  169. BAT from CATT. (I do have a very few of them).
  170.  
  171.      To  chase the CATT away (ie: exit CATT) enter 'dog' (lower  case).  To
  172.  
  173. reload, type 'kitty'.
  174.  
  175.      The full CATT uses F-KEYS as shown in the HELP screen.
  176.  
  177.  
  178.  
  179.                                   ZCOLOR
  180.  
  181.      Zcolor  sets  colors for the menu-bar and screen characters.  It  also
  182.  
  183. sets the COMport for MAGIK. Just run zcolor and follow the prompts. In  the
  184.  
  185. FULL  version  there  are extra colors, and you are  also  allowed  to  set
  186.  
  187. alternate IRQ's for internal modems.
  188.  
  189.  
  190.  
  191.                                   ZEDITT
  192.  
  193.      This  is a simple ASCII viewer / editor. Run 'zeditt' and it  asks  if
  194.  
  195. you  want  to  <V>iew or <E>dit a file. Zeditt will  accept  paths  in  the
  196.  
  197. filename.  When you <E>dit a file, the operation is the same as the  editor
  198.  
  199. within CATT for Z.FLS. (see above for directions).
  200.  
  201.  
  202.  
  203.        MAGIK (see separate DOC file)
  204.  
  205.  
  206.  
  207.  Don Hinds, the Wyzard of Draper CASTLE, CASTLEsoft, Boston
  208.  
  209.  
  210. CATT  was written as an 'extension' of Bat Commander. Portions of the  code
  211.  
  212. are copyright from 1989 through 1993.